Editions
Editions are the combination of a SeriesID, SetID, and PlayID and are what moments are minted out of. They also have a Max and Current Edition size so we can specify how many moments can ever be minted from the edition.
The MaxEditionSize is optional. If it is not set, moments can be minted unlimitedly. An Edition will close, if either of these things happen:
- The max number of moments are minted
- The CloseEdition transaction is used
MaxEditionSize
cannot be changed once it is set.
Fields
- FlowID
- SeriesID
- SetID
- PlayID
- MaxEditionSize
- Tier
- NumMinted
Examples
📄️ Edition By ID
Edition for an id number, if it exists.
📄️ Read All Editions
Gets all the Edition structs.